Signature

This is where you set the details of the current Method. You can use this panel to change the name of the method, its return type, and its access permissions.

You may also specify that the current method should be a Constructor. Making a method a Constructor means that the access permissions for that method are set to Public, it defines no return type, and the method's name will always match the Class's name.

A list in the lower area of the panel shows the parameters to the method; you may add parameters by typing their type and name in the text boxes and then pressing the "Add" button.